home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / DosFreeMem < prev    next >
Text File  |  1990-06-22  |  915b  |  67 lines

  1.  
  2.  
  3.  
  4.      DosFreeMem(31.0)      ARP Programmers Manual      DosFreeMem(31.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.       DosFreeMem - AmigaDOS    compatible memory freer.
  10.  
  11.      SYNOPSIS
  12.       DosFreeMem( memBlock )
  13.              A1
  14.  
  15.      FUNCTION
  16.       This function    frees a    memory block which was allocated using
  17.       DosAllocMem or was allocated by AmigaDOS.  If    this function
  18.       is passed a NULL pointer, no memory will be freed.
  19.  
  20.      INPUTS
  21.       memBlock - the pointer to a memblock returned    by
  22.           DosAllocMem().
  23.  
  24.      RESULT
  25.       The requested    memory block will be freed. No return is sent
  26.       to the user.
  27.  
  28.      ADDITIONAL    CONSIDERATIONS
  29.       memBlock is not a BPTR - if you are passing a    value obtained
  30.       from AmigaDOS, make sure you convert it from a BPTR to a
  31.       real pointer first!
  32.  
  33.      BUGS
  34.       None known.
  35.  
  36.      SEE ALSO
  37.       DosAllocMem(), AddDANode(),AddDADevs(), FreeDAList()
  38.  
  39.      AUTHOR
  40.       SDB
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.